Delphi 5.0 Professional, 5/23/2000

ustechsupport@keithley.com
1-888-KEITHLEY


SimpleIO example for digital input and output with PIO-12.

Should work also with PIO-24, KPCI-PIO24, PIO-96(J), KPCI-PIO96.
Will need to change driver name from kmbpio to kpcipio for the
PCI cards.

Also will work with the 32 Digital IO on the KPCI-3108/7 cards.
Driver name then is kpci3108.

On cards that have 8255 or emulated 8255, all ports initialize
as inputs. Ports can be configured for output from the DriverLINX
Configuration Panel (Digital Input Tab), or dynamically from code.

This example dynamically reconfigures Port B of PIO-12, DriverLINX Channel 1,
as an output port.

Also uses default input mode with with Port A, DriverLINX Channel 0.